home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 05 / 4 / DISK0543.ZIP / FINDFILE.DOC < prev    next >
Text File  |  1985-06-10  |  1KB  |  41 lines

  1.  
  2.  
  3.  
  4.                        FINDFILE.BAT
  5.         
  6.         
  7.         This is a short batch file that will find a file buried deep 
  8.     within a subdirectory. 
  9.         FINDFILE relies on the CHKDSK.COM /V option.  This /V option 
  10.     lists all the files in all subdirectories.  You must have 
  11.     CHKDSK.COM, FIND.EXE and MORE.COM on your disk.
  12.         
  13.         If you want to search for BASICA.COM type:
  14.         
  15.                        FINDFILE BASICA  
  16.         
  17.         If you typed: 
  18.         
  19.                        FINDFILE BASIC
  20.         
  21.     the batch file would locate  BASIC.COM, BASICA.COM and BASICA.EXE 
  22.     along with any other filename with the capital letters BASIC in 
  23.     it.  You can if you desire use part names  FINDFILE ASICA would 
  24.     find BASICA.COM as well as BASICA.EXE.
  25.         
  26.         Typing:  
  27.         
  28.                        FINDFILE.COM
  29.         
  30.     will list all your COM files.
  31.         
  32.         You must use capital letters only and don't put any quotation 
  33.     marks either as the batch file already does this.
  34.         
  35.         FINDFILE.BAT will not display a special message telling you 
  36.     there were no matches found.  But this will be obvious when no matches 
  37.     are displayed on the screen.
  38.  
  39.               
  40.  
  41.